.noticePart{
    position: relative;
    top: 20px;
}
.clearfix .noticePart:nth-child(2){
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
    top: 0;
}
.clearfix .noticePart:nth-child(2) .noticeNewsGroup{
    margin: 8px 0;
}
.clearfix .noticePart:nth-child(2) .noticeNewsGroup .noticeCalendarBottom{
    border-left: none;
    border-bottom: 1px dotted #d7d7d7;
}
.clearfix .noticePart:nth-child(2) .noticeNewsGroup:last-child .noticeCalendarBottom{
    border-bottom: none;
}
.clearfix .noticePart:nth-child(2) .clearfix{
    padding: 0 20px;
}
.notice1{
    padding-top: 40px;
    padding-bottom: 45px;
}